home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Utilities
/
PC-SIG's World of Utilities (PC-SIG) (1994).iso
/
UTI
/
DISK1924.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-02-24
|
531b
|
25 lines
echo off
cls
if not exist mcs_edit.exe goto err1
if exist install.txt type install.txt
MCS_EDIT -INSTALL
goto end
:err1
if exist mcs_run.exe goto err2
echo ERROR - The drive you are installing from must be the currently logged drive...
goto errmsg
:err2
echo ERROR - You are trying to install MCS from INSTALLATION DISK 2...
goto errmsg
:errmsg
echo To install MCS from Drive A, place INSTALLATION DISK 1 into Drive A:, and
echo then type the following:
echo A:
echo INSTALL
goto end
:end